smartthings-smartapps
smartthings-smartapps copied to clipboard
A collection of SmartApps I have written to perform various tasks at my house.
Results
1
smartthings-smartapps issues
Sort by
recently updated
recently updated
newest added
When registering the iBeacons with SmartThings through BeaconThings, the beacons are always registered as `BeaconThings--`. > ``` > def beaconId = "BeaconThings" > if (beacon.major) { > beaconId = "$beaconId-${beacon.major}"...