endo-core
Version:
Put some description here
22 lines (20 loc) • 465 B
text/coffeescript
module.exports = ({userDeviceUuid, authorizedUuid}) ->
type: 'status-device'
owner: userDeviceUuid
meshblu:
whitelists:
version: '2.0.0'
configure:
update: [
{uuid: userDeviceUuid}
{uuid: authorizedUuid}
]
sent: [
{uuid: userDeviceUuid}
{uuid: authorizedUuid}
]
discover:
view: [
{uuid: userDeviceUuid}
{uuid: authorizedUuid}
]