Advertisement
__Dave__

Untitled

Jan 30th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. network.cfg
  2. binding.network:allowSystemPings=true
  3. binding.network:allowDHCPlisten=true
  4. binding.network:arpPingToolPath=arping
  5. binding.network:cacheDeviceStateTimeInMS=2000
  6.  
  7. network.things
  8. network:pingdevice:ShellyPCRaum [ hostname="shellyPCRaum" ]
  9.  
  10. network.items
  11. Switch ShellyPCRaumOnline { channel="network:pingdevice:ShellyPCRaum:online"}
  12. Number ShellyPCRaumResponseTime { channel="network:pingdevice:ShellyPCRaum:latency" }
  13. String ShellyPCRaumLastSeen { channel="network:pingdevice:ShellyPCRaum:lastseen" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement