API URL: http://www.dns-me.com/api/{Method}

Passwords
When you have created a device manually use the defined URL and Password.

When you have created a deivce group devices are created automatily when using the API. The Password of a deivce in a deivce group is calculated like this:
(Key is coded as Base64): Key = sha256( ToUTF8Bytes(deviceName) + MasterKey)

Example

Example usage

A example client in .net c# you can find on gidhub