Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. flic 16
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by flic 16

    • flic 16

      IDE Commands
      Developers • • flic 16

      2
      0
      Votes
      2
      Posts
      827
      Views

      Emil

      We have a business solution that might have the functionality you are looking for: https://flic.io/business/device-manager.

    • flic 16

      Button Request Payload
      Developers • • flic 16

      5
      0
      Votes
      5
      Posts
      743
      Views

      Y2K

      @Y2K

      41842fed-e3fc-4ef3-853e-7be9b5e9650e-image.png

      729f7266-3441-4d10-a672-d5b0e3c8577f-image.png

      34165d4f-cc2e-4a43-9f0c-a00312388077-image.png

    • flic 16

      Which javascript version on SDK?
      Developers • • flic 16

      8
      0
      Votes
      8
      Posts
      1082
      Views

      Emil

      @gregor-vilkner yes! Can you tell me a bit more about your use cases?

    • flic 16

      Help Needed: Resolving 401 Error with HTTP Requests in Flic Hub SDK
      Flic Hub SDK • • flic 16

      4
      0
      Votes
      4
      Posts
      754
      Views

      Emil

      @flic-16 Can you try this base64 encode method instead:

      function base64Encode(str) { return Duktape.enc('base64', str); }