Skip to content
Snippets Groups Projects
Commit c4a46e69 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Added more example

parent 2b12280a
Branches
No related tags found
No related merge requests found
......@@ -164,3 +164,39 @@ Power switch
│ meter_id │ text │ R │ │ │ │
│ linkquality │ numeric │ R │ lqi │ │ │
╰────────────────────────┴─────────┴─────┴──────┴───────────────────────────┴───────────────────────────────────────────╯
Power strip
╭───────────────────────────────╮
│ Def:0x60a423fffe802b9c │
├──────────┬────────────────────┤
│ IeeeAddr │ 0x60a423fffe802b9c │
│ Vendor │ UseeLink │
│ Model │ SM-O301-AZ │
│ Type │ Router │
╰──────────┴────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Exp:0x60a423fffe802b9c │
├─────────────────────┬─────────┬─────┬──────┬─────────┬───────────────────────────────────────────┤
│ NAME │ TYPE │ ACC │ UNIT │ VALUES │ FEATURES: NAME[TYPE]-ACC-(UNIT){PROPERTY} │
├─────────────────────┼─────────┼─────┼──────┼─────────┼───────────────────────────────────────────┤
│ │ switch │ -- │ │ │ - state[binary]-RWN-(){state_l1} │
│ │ switch │ -- │ │ │ - state[binary]-RWN-(){state_l2} │
│ │ switch │ -- │ │ │ - state[binary]-RWN-(){state_l3} │
│ │ switch │ -- │ │ │ - state[binary]-RWN-(){state_l4} │
│ │ switch │ -- │ │ │ - state[binary]-RWN-(){state_l5} │
│ power_outage_memory │ enum │ RWN │ │ on │ │
│ │ │ │ │ off │ │
│ │ │ │ │ restore │ │
│ │ lock │ -- │ │ │ - state[binary]-RW-(){child_lock} │
│ linkquality │ numeric │ R │ lqi │ │ │
╰─────────────────────┴─────────┴─────┴──────┴─────────┴───────────────────────────────────────────╯
╭───────────────────╮
│ MQTT update │
├─────────────┬─────┤
│ linkquality │ 255 │
│ state_l1 │ ON │
│ state_l2 │ ON │
│ state_l3 │ ON │
│ state_l4 │ ON │
│ state_l5 │ ON │
╰─────────────┴─────╯
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment