source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/devices/PropertyList026B.json

Last change on this file was 248, checked in by coas-nagasima, 8 years ago

SVNプロパティにUTF-8を付加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to application/json; charset=UTF-8
File size: 28.1 KB
Line 
1[
2 {
3 "access":[
4 "RULE_SET",
5 "RULE_GET",
6 "ANNOUNCE"
7 ],
8 "arrayCount":0,
9 "description":"動作状態",
10 "fields":[
11
12 ],
13 "identifer":"OperationStatus",
14 "initialValue":null,
15 "isArray":false,
16 "primitive":true,
17 "propertyCode":128,
18 "required":[
19 "RULE_GET"
20 ],
21 "size":1,
22 "type":"uint8_t",
23 "unitDescription":null,
24 "valueDescription":"0x30=ON,0x31=OFF"
25 },
26 {
27 "access":[
28 "RULE_SET",
29 "RULE_GET"
30 ],
31 "arrayCount":0,
32 "description":"沸き上げ自動設定",
33 "fields":[
34
35 ],
36 "identifer":"AutomaticWaterHeatingSetting",
37 "initialValue":null,
38 "isArray":false,
39 "primitive":true,
40 "propertyCode":176,
41 "required":[
42 "RULE_SET",
43 "RULE_GET"
44 ],
45 "size":1,
46 "type":"uint8_t",
47 "unitDescription":null,
48 "valueDescription":"0x41=自動沸き上げ,0x43=手動沸き上げ停止,0x42=手動沸き上げ"
49 },
50 {
51 "access":[
52 "RULE_SET",
53 "RULE_GET"
54 ],
55 "arrayCount":0,
56 "description":"沸き上げ湯温自動設定",
57 "fields":[
58
59 ],
60 "identifer":"AutomaticWaterTemperatureControlSetting",
61 "initialValue":null,
62 "isArray":false,
63 "primitive":true,
64 "propertyCode":177,
65 "required":[
66 "NONE"
67 ],
68 "size":1,
69 "type":"uint8_t",
70 "unitDescription":null,
71 "valueDescription":"0x41=AUTO,0x42=非AUTO"
72 },
73 {
74 "access":[
75 "RULE_GET"
76 ],
77 "arrayCount":0,
78 "description":"沸き上げ中状態",
79 "fields":[
80
81 ],
82 "identifer":"WaterHeaterStatus",
83 "initialValue":null,
84 "isArray":false,
85 "primitive":true,
86 "propertyCode":178,
87 "required":[
88 "NONE"
89 ],
90 "size":1,
91 "type":"uint8_t",
92 "unitDescription":null,
93 "valueDescription":"0x41=沸き上げ中,0x42=非沸き上げ中"
94 },
95 {
96 "access":[
97 "RULE_SET",
98 "RULE_GET"
99 ],
100 "arrayCount":0,
101 "description":"沸き上げ湯温設定値",
102 "fields":[
103
104 ],
105 "identifer":"WaterHeatingTemperatureSetting",
106 "initialValue":null,
107 "isArray":false,
108 "primitive":true,
109 "propertyCode":179,
110 "required":[
111 "NONE"
112 ],
113 "size":1,
114 "type":"uint8_t",
115 "unitDescription":"℃",
116 "valueDescription":"0x00~0x64(0~100℃)"
117 },
118 {
119 "access":[
120 "RULE_SET",
121 "RULE_GET"
122 ],
123 "arrayCount":0,
124 "description":"昼間沸き増し許可設定",
125 "fields":[
126
127 ],
128 "identifer":"DaytimeReheatingPermissionSetting",
129 "initialValue":null,
130 "isArray":false,
131 "primitive":true,
132 "propertyCode":192,
133 "required":[
134 "NONE"
135 ],
136 "size":1,
137 "type":"uint8_t",
138 "unitDescription":null,
139 "valueDescription":"0x41=昼間沸き増し許可,0x42=昼間沸き増し禁止"
140 },
141 {
142 "access":[
143 "RULE_GET"
144 ],
145 "arrayCount":0,
146 "description":"温水器湯温計測値",
147 "fields":[
148
149 ],
150 "identifer":"MeasuredTemperatureOfWaterInWaterHeater",
151 "initialValue":null,
152 "isArray":false,
153 "primitive":true,
154 "propertyCode":193,
155 "required":[
156 "NONE"
157 ],
158 "size":1,
159 "type":"uint8_t",
160 "unitDescription":"℃",
161 "valueDescription":"0x00~0x64(0~100℃)"
162 },
163 {
164 "access":[
165 "RULE_GET"
166 ],
167 "arrayCount":0,
168 "description":"警報発生状態",
169 "fields":[
170 {
171 "arrayCount":0,
172 "description":"警報",
173 "fields":[
174
175 ],
176 "identifer":"Alarm",
177 "initialValue":null,
178 "isArray":false,
179 "primitive":true,
180 "size":1,
181 "type":"uint8_t",
182 "unitDescription":null,
183 "valueDescription":"[0]湯切れ警報:0=正常,1=発生\u000d\u000a[1]漏水警報:0=正常,1=発生\u000d\u000a[2]凍結警報:0=正常,1=発生\u000d\u000a[3~7]for future reserved"
184 },
185 {
186 "arrayCount":3,
187 "description":"for future reserved",
188 "fields":[
189
190 ],
191 "identifer":"Reserved",
192 "initialValue":null,
193 "isArray":true,
194 "primitive":true,
195 "size":1,
196 "type":"uint8_t",
197 "unitDescription":null,
198 "valueDescription":""
199 }
200 ],
201 "identifer":"AlarmStatus",
202 "initialValue":null,
203 "isArray":false,
204 "primitive":false,
205 "propertyCode":194,
206 "required":[
207 "RULE_GET"
208 ],
209 "size":4,
210 "type":"alarm_status_t",
211 "unitDescription":null,
212 "valueDescription":""
213 },
214 {
215 "access":[
216 "RULE_SET",
217 "RULE_GET"
218 ],
219 "arrayCount":0,
220 "description":"給湯温度設定値",
221 "fields":[
222
223 ],
224 "identifer":"TemperatureOfSuppliedWaterSetting",
225 "initialValue":null,
226 "isArray":false,
227 "primitive":true,
228 "propertyCode":209,
229 "required":[
230 "NONE"
231 ],
232 "size":1,
233 "type":"uint8_t",
234 "unitDescription":"℃",
235 "valueDescription":"0x00~0x64(0~100℃)"
236 },
237 {
238 "access":[
239 "RULE_SET",
240 "RULE_GET"
241 ],
242 "arrayCount":0,
243 "description":"風呂温度設定値",
244 "fields":[
245
246 ],
247 "identifer":"BathWaterTemperatureSetting",
248 "initialValue":null,
249 "isArray":false,
250 "primitive":true,
251 "propertyCode":211,
252 "required":[
253 "NONE"
254 ],
255 "size":1,
256 "type":"uint8_t",
257 "unitDescription":"℃",
258 "valueDescription":"0x00~0x64(0~100℃)"
259 },
260 {
261 "access":[
262 "RULE_SET",
263 "RULE_GET"
264 ],
265 "arrayCount":0,
266 "description":"沸き上げ湯量設定値",
267 "fields":[
268
269 ],
270 "identifer":"BathWaterVolumeSetting",
271 "initialValue":null,
272 "isArray":false,
273 "primitive":true,
274 "propertyCode":224,
275 "required":[
276 "NONE"
277 ],
278 "size":1,
279 "type":"uint8_t",
280 "unitDescription":"%",
281 "valueDescription":"0x00~0x64(0~100%)"
282 },
283 {
284 "access":[
285 "RULE_GET"
286 ],
287 "arrayCount":0,
288 "description":"残湯量計測値",
289 "fields":[
290
291 ],
292 "identifer":"MeasuredAmountOfWaterRemainingInTank",
293 "initialValue":null,
294 "isArray":false,
295 "primitive":true,
296 "propertyCode":225,
297 "required":[
298 "NONE"
299 ],
300 "size":2,
301 "type":"uint16_t",
302 "unitDescription":"㍑",
303 "valueDescription":"0x0000~0xFFFD(0~65533㍑)"
304 },
305 {
306 "access":[
307 "RULE_GET"
308 ],
309 "arrayCount":0,
310 "description":"タンク容量値",
311 "fields":[
312
313 ],
314 "identifer":"TankCapacity",
315 "initialValue":null,
316 "isArray":false,
317 "primitive":true,
318 "propertyCode":226,
319 "required":[
320 "NONE"
321 ],
322 "size":2,
323 "type":"uint16_t",
324 "unitDescription":"㍑",
325 "valueDescription":"0x0000~0xFFFD(0~65533㍑)"
326 },
327 {
328 "access":[
329 "RULE_SET",
330 "RULE_GET"
331 ],
332 "arrayCount":0,
333 "description":"風呂自動モード設定",
334 "fields":[
335
336 ],
337 "identifer":"AutomaticBathWaterHeatingModeSetting",
338 "initialValue":null,
339 "isArray":false,
340 "primitive":true,
341 "propertyCode":227,
342 "required":[
343 "RULE_SET",
344 "RULE_GET"
345 ],
346 "size":1,
347 "type":"uint8_t",
348 "unitDescription":null,
349 "valueDescription":"0x41=自動入,0x42=自動解除"
350 },
351 {
352 "access":[
353 "RULE_SET",
354 "RULE_GET"
355 ],
356 "arrayCount":0,
357 "description":"風呂足し湯動作設定",
358 "fields":[
359
360 ],
361 "identifer":"AdditionOfHotWaterFunctionSetting",
362 "initialValue":null,
363 "isArray":false,
364 "primitive":true,
365 "propertyCode":229,
366 "required":[
367 "NONE"
368 ],
369 "size":1,
370 "type":"uint8_t",
371 "unitDescription":null,
372 "valueDescription":"0x41=足し湯入,0x42=足し湯切"
373 },
374 {
375 "access":[
376 "RULE_SET",
377 "RULE_GET"
378 ],
379 "arrayCount":0,
380 "description":"風呂ぬるめ動作設定",
381 "fields":[
382
383 ],
384 "identifer":"SlightBathWaterTemperatureLoweringFunctionSetting",
385 "initialValue":null,
386 "isArray":false,
387 "primitive":true,
388 "propertyCode":230,
389 "required":[
390 "NONE"
391 ],
392 "size":1,
393 "type":"uint8_t",
394 "unitDescription":null,
395 "valueDescription":"0x41=ぬるめ入,0x42=ぬるめ切"
396 },
397 {
398 "access":[
399 "RULE_SET",
400 "RULE_GET"
401 ],
402 "arrayCount":0,
403 "description":"風呂湯量設定1",
404 "fields":[
405
406 ],
407 "identifer":"BathWaterVolumeSetting1",
408 "initialValue":null,
409 "isArray":false,
410 "primitive":true,
411 "propertyCode":231,
412 "required":[
413 "NONE"
414 ],
415 "size":1,
416 "type":"uint8_t",
417 "unitDescription":"㍑",
418 "valueDescription":"0x00~0xFD(0~253㍑)"
419 },
420 {
421 "access":[
422 "RULE_SET",
423 "RULE_GET"
424 ],
425 "arrayCount":0,
426 "description":"風呂湯量設定2",
427 "fields":[
428
429 ],
430 "identifer":"BathWaterVolumeSetting2",
431 "initialValue":null,
432 "isArray":false,
433 "primitive":true,
434 "propertyCode":232,
435 "required":[
436 "NONE"
437 ],
438 "size":1,
439 "type":"uint8_t",
440 "unitDescription":null,
441 "valueDescription":"0x31~0x38"
442 },
443 {
444 "access":[
445 "RULE_SET",
446 "RULE_GET"
447 ],
448 "arrayCount":0,
449 "description":"風呂湯量設定3",
450 "fields":[
451
452 ],
453 "identifer":"BathWaterVolumeSetting3",
454 "initialValue":null,
455 "isArray":false,
456 "primitive":true,
457 "propertyCode":238,
458 "required":[
459 "NONE"
460 ],
461 "size":2,
462 "type":"uint16_t",
463 "unitDescription":"㍑",
464 "valueDescription":"0x0000~0xFFFD(0~65533㍑)"
465 },
466 {
467 "access":[
468 "RULE_SET",
469 "RULE_GET"
470 ],
471 "arrayCount":0,
472 "description":"風呂湯量設定4",
473 "fields":[
474
475 ],
476 "identifer":"BathWaterVolumeSetting4",
477 "initialValue":null,
478 "isArray":false,
479 "primitive":true,
480 "propertyCode":212,
481 "required":[
482 "NONE"
483 ],
484 "size":1,
485 "type":"uint8_t",
486 "unitDescription":null,
487 "valueDescription":"0x01~0xFF"
488 },
489 {
490 "access":[
491 "RULE_GET"
492 ],
493 "arrayCount":0,
494 "description":"風呂湯量設定4設定可能最大レベル",
495 "fields":[
496
497 ],
498 "identifer":"BathWaterVolumeSetting4MaximumSettableLevel",
499 "initialValue":null,
500 "isArray":false,
501 "primitive":true,
502 "propertyCode":213,
503 "required":[
504 "NONE"
505 ],
506 "size":1,
507 "type":"uint8_t",
508 "unitDescription":null,
509 "valueDescription":"0x01~0xFF"
510 },
511 {
512 "access":[
513 "RULE_SET",
514 "RULE_GET"
515 ],
516 "arrayCount":0,
517 "description":"ONタイマ予約設定",
518 "fields":[
519
520 ],
521 "identifer":"OnTimerReservationSetting",
522 "initialValue":null,
523 "isArray":false,
524 "primitive":true,
525 "propertyCode":144,
526 "required":[
527 "NONE"
528 ],
529 "size":1,
530 "type":"uint8_t",
531 "unitDescription":null,
532 "valueDescription":"0x41=予約入,0x42=予約切"
533 },
534 {
535 "access":[
536 "RULE_SET",
537 "RULE_GET"
538 ],
539 "arrayCount":0,
540 "description":"ONタイマ時刻設定値",
541 "fields":[
542 {
543 "arrayCount":0,
544 "description":"時",
545 "fields":[
546
547 ],
548 "identifer":"Hour",
549 "initialValue":null,
550 "isArray":false,
551 "primitive":true,
552 "size":1,
553 "type":"uint8_t",
554 "unitDescription":"時",
555 "valueDescription":"0x00~0x17(0~23)"
556 },
557 {
558 "arrayCount":0,
559 "description":"分",
560 "fields":[
561
562 ],
563 "identifer":"Minute",
564 "initialValue":null,
565 "isArray":false,
566 "primitive":true,
567 "size":1,
568 "type":"uint8_t",
569 "unitDescription":"分",
570 "valueDescription":"0x00~0x3B(0~59)"
571 }
572 ],
573 "identifer":"OnTimerSetting",
574 "initialValue":null,
575 "isArray":false,
576 "primitive":false,
577 "propertyCode":145,
578 "required":[
579 "NONE"
580 ],
581 "size":2,
582 "type":"hour_minute_t",
583 "unitDescription":null,
584 "valueDescription":""
585 },
586 {
587 "access":[
588 "RULE_GET"
589 ],
590 "arrayCount":0,
591 "description":"冬季H/Pユニット定格消費電力",
592 "fields":[
593
594 ],
595 "identifer":"RatedPowerConsumptionOfHPUnitInWintertime",
596 "initialValue":null,
597 "isArray":false,
598 "primitive":true,
599 "propertyCode":219,
600 "required":[
601 "NONE"
602 ],
603 "size":2,
604 "type":"uint16_t",
605 "unitDescription":"W",
606 "valueDescription":"0x0000~0xFFFD(0~65533)"
607 },
608 {
609 "access":[
610 "RULE_GET"
611 ],
612 "arrayCount":0,
613 "description":"中間期H/Pユニット定格消費電力",
614 "fields":[
615
616 ],
617 "identifer":"RatedPowerConsumptionOfHPUnitInInBetweenSeasons",
618 "initialValue":null,
619 "isArray":false,
620 "primitive":true,
621 "propertyCode":220,
622 "required":[
623 "NONE"
624 ],
625 "size":2,
626 "type":"uint16_t",
627 "unitDescription":"W",
628 "valueDescription":"0x0000~0xFFFD(0~65533)"
629 },
630 {
631 "access":[
632 "RULE_GET"
633 ],
634 "arrayCount":0,
635 "description":"夏季H/Pユニット定格消費電力",
636 "fields":[
637
638 ],
639 "identifer":"RatedPowerConsumptionOfHPUnitInSummertime",
640 "initialValue":null,
641 "isArray":false,
642 "primitive":true,
643 "propertyCode":221,
644 "required":[
645 "NONE"
646 ],
647 "size":2,
648 "type":"uint16_t",
649 "unitDescription":"W",
650 "valueDescription":"0x0000~0xFFFD(0~65533)"
651 },
652 {
653 "access":[
654 "RULE_SET",
655 "RULE_GET",
656 "ANNOUNCE"
657 ],
658 "arrayCount":0,
659 "description":"設置場所",
660 "fields":[
661
662 ],
663 "identifer":"InstallationLocation",
664 "initialValue":null,
665 "isArray":false,
666 "primitive":true,
667 "propertyCode":129,
668 "required":[
669 "RULE_SET",
670 "RULE_GET"
671 ],
672 "size":1,
673 "type":"uint8_t",
674 "unitDescription":null,
675 "valueDescription":"2.2設置場所プロパティ参照"
676 },
677 {
678 "access":[
679 "RULE_GET"
680 ],
681 "arrayCount":0,
682 "description":"規格Version情報",
683 "fields":[
684 {
685 "arrayCount":0,
686 "description":"固定1(for future reserved)",
687 "fields":[
688
689 ],
690 "identifer":"Reserved1",
691 "initialValue":null,
692 "isArray":false,
693 "primitive":true,
694 "size":1,
695 "type":"uint8_t",
696 "unitDescription":null,
697 "valueDescription":"0x00"
698 },
699 {
700 "arrayCount":0,
701 "description":"固定2(for future reserved)",
702 "fields":[
703
704 ],
705 "identifer":"Reserved2",
706 "initialValue":null,
707 "isArray":false,
708 "primitive":true,
709 "size":1,
710 "type":"uint8_t",
711 "unitDescription":null,
712 "valueDescription":"0x00"
713 },
714 {
715 "arrayCount":0,
716 "description":"リリース順をASCIIで示す",
717 "fields":[
718
719 ],
720 "identifer":"OrderOfRelease",
721 "initialValue":null,
722 "isArray":false,
723 "primitive":true,
724 "size":1,
725 "type":"uint8_t",
726 "unitDescription":null,
727 "valueDescription":""
728 },
729 {
730 "arrayCount":0,
731 "description":"固定4(for future reserved)",
732 "fields":[
733
734 ],
735 "identifer":"Reserved4",
736 "initialValue":null,
737 "isArray":false,
738 "primitive":true,
739 "size":1,
740 "type":"uint8_t",
741 "unitDescription":null,
742 "valueDescription":"0x00"
743 }
744 ],
745 "identifer":"StandardVersionInformation",
746 "initialValue":null,
747 "isArray":false,
748 "primitive":false,
749 "propertyCode":130,
750 "required":[
751 "RULE_GET"
752 ],
753 "size":4,
754 "type":"standard_version_information_t",
755 "unitDescription":null,
756 "valueDescription":""
757 },
758 {
759 "access":[
760 "RULE_GET"
761 ],
762 "arrayCount":0,
763 "description":"識別番号",
764 "fields":[
765 {
766 "arrayCount":0,
767 "description":"下位通信層IDフィールド",
768 "fields":[
769
770 ],
771 "identifer":"LowerLayerCommunicationIdField",
772 "initialValue":null,
773 "isArray":false,
774 "primitive":true,
775 "size":1,
776 "type":"uint8_t",
777 "unitDescription":null,
778 "valueDescription":"0x01~0xFD=下位通信層で使用される通信プロトコルで固有の番号が振られている場合、プロトコル別に応じて、任意に設定(ECHONET Liteでは使用しない),0x11~0x1F=電灯線a\/d方式,0x31~0x3F=特定小電力無線,0x41~0x4F=拡張HBS,0x51~0x5F=IrDA,0x61~0x6F=LonTalk,0x71~0x7F=Bluetooth,0x81~0x8F=イーサネット,0x91~0x9F=IEEE802.11\/11b,0xA1=電灯線c方式,0xB1=IPv6\/Ethernet,0xB2=IPv6\/6LoWPAN,0xFE=2から17バイトをメーカ規定。形式により設定(詳細説明参照),0xFF=2から9バイトを乱数により生成するプロトコルを下位通信層で使用する場合に設定,0x00=識別番号未設定"
779 },
780 {
781 "arrayCount":16,
782 "description":"固有番号フィールド",
783 "fields":[
784
785 ],
786 "identifer":"UniqueNumberField",
787 "initialValue":null,
788 "isArray":true,
789 "primitive":true,
790 "size":1,
791 "type":"uint8_t",
792 "unitDescription":null,
793 "valueDescription":""
794 }
795 ],
796 "identifer":"IdentificationNumber",
797 "initialValue":null,
798 "isArray":false,
799 "primitive":false,
800 "propertyCode":131,
801 "required":[
802 "NONE"
803 ],
804 "size":17,
805 "type":"device_identification_number_t",
806 "unitDescription":null,
807 "valueDescription":""
808 },
809 {
810 "access":[
811 "RULE_GET"
812 ],
813 "arrayCount":0,
814 "description":"瞬時消費電力計測値",
815 "fields":[
816
817 ],
818 "identifer":"MeasuredInstantaneousPowerConsumption",
819 "initialValue":null,
820 "isArray":false,
821 "primitive":true,
822 "propertyCode":132,
823 "required":[
824 "NONE"
825 ],
826 "size":2,
827 "type":"uint16_t",
828 "unitDescription":"W",
829 "valueDescription":"0x0000~0xFFFD(0~65533W)"
830 },
831 {
832 "access":[
833 "RULE_GET"
834 ],
835 "arrayCount":0,
836 "description":"積算消費電力計測値",
837 "fields":[
838
839 ],
840 "identifer":"MeasuredCumulativePowerConsumption",
841 "initialValue":null,
842 "isArray":false,
843 "primitive":true,
844 "propertyCode":133,
845 "required":[
846 "NONE"
847 ],
848 "size":4,
849 "type":"uint32_t",
850 "unitDescription":"kWh",
851 "valueDescription":"0x00000000~0x3B9AC9FF(0~999,999.999kWh)"
852 },
853 {
854 "access":[
855 "RULE_GET",
856 "VARIABLE"
857 ],
858 "arrayCount":0,
859 "description":"メーカ異常コード",
860 "fields":[
861 {
862 "arrayCount":0,
863 "description":"異常コード部のデータサイズ",
864 "fields":[
865
866 ],
867 "identifer":"DataSizeOfTheFaultCodeField",
868 "initialValue":null,
869 "isArray":false,
870 "primitive":true,
871 "size":1,
872 "type":"uint8_t",
873 "unitDescription":null,
874 "valueDescription":""
875 },
876 {
877 "arrayCount":0,
878 "description":"メーカーコード",
879 "fields":[
880 {
881 "arrayCount":3,
882 "description":"メーカーコード",
883 "fields":[
884
885 ],
886 "identifer":"ManufacturerCode",
887 "initialValue":null,
888 "isArray":true,
889 "primitive":true,
890 "size":1,
891 "type":"uint8_t",
892 "unitDescription":null,
893 "valueDescription":"ECHONETコンソーシアムで規定。"
894 }
895 ],
896 "identifer":"ManufacturerCode",
897 "initialValue":null,
898 "isArray":false,
899 "primitive":false,
900 "size":3,
901 "type":"manufacturer_code_t",
902 "unitDescription":null,
903 "valueDescription":""
904 },
905 {
906 "arrayCount":221,
907 "description":"各メーカ独自の異常コード部",
908 "fields":[
909
910 ],
911 "identifer":"FieldForManufacturerDefinedFaultCode",
912 "initialValue":null,
913 "isArray":true,
914 "primitive":true,
915 "size":1,
916 "type":"uint8_t",
917 "unitDescription":null,
918 "valueDescription":""
919 }
920 ],
921 "identifer":"ManufacturersFaultCode",
922 "initialValue":null,
923 "isArray":false,
924 "primitive":false,
925 "propertyCode":134,
926 "required":[
927 "NONE"
928 ],
929 "size":225,
930 "type":"manufacturers_fault_code_t",
931 "unitDescription":null,
932 "valueDescription":""
933 },
934 {
935 "access":[
936 "RULE_SET",
937 "RULE_GET"
938 ],
939 "arrayCount":0,
940 "description":"電流制限設定",
941 "fields":[
942
943 ],
944 "identifer":"CurrentLimitSetting",
945 "initialValue":null,
946 "isArray":false,
947 "primitive":true,
948 "propertyCode":135,
949 "required":[
950 "NONE"
951 ],
952 "size":1,
953 "type":"uint8_t",
954 "unitDescription":"%",
955 "valueDescription":"0x00~0x64(0~100%)"
956 },
957 {
958 "access":[
959 "RULE_GET",
960 "ANNOUNCE"
961 ],
962 "arrayCount":0,
963 "description":"異常発生状態",
964 "fields":[
965
966 ],
967 "identifer":"FaultStatus",
968 "initialValue":null,
969 "isArray":false,
970 "primitive":true,
971 "propertyCode":136,
972 "required":[
973 "RULE_GET"
974 ],
975 "size":1,
976 "type":"uint8_t",
977 "unitDescription":null,
978 "valueDescription":"0x41=異常発生有,0x42=異常発生無"
979 },
980 {
981 "access":[
982 "RULE_GET"
983 ],
984 "arrayCount":0,
985 "description":"異常内容",
986 "fields":[
987
988 ],
989 "identifer":"FaultDescription",
990 "initialValue":null,
991 "isArray":false,
992 "primitive":true,
993 "propertyCode":137,
994 "required":[
995 "NONE"
996 ],
997 "size":2,
998 "type":"uint16_t",
999 "unitDescription":null,
1000 "valueDescription":"2.5異常内容プロパティ参照"
1001 },
1002 {
1003 "access":[
1004 "RULE_GET"
1005 ],
1006 "arrayCount":0,
1007 "description":"メーカーコード",
1008 "fields":[
1009 {
1010 "arrayCount":3,
1011 "description":"メーカーコード",
1012 "fields":[
1013
1014 ],
1015 "identifer":"ManufacturerCode",
1016 "initialValue":null,
1017 "isArray":true,
1018 "primitive":true,
1019 "size":1,
1020 "type":"uint8_t",
1021 "unitDescription":null,
1022 "valueDescription":"ECHONETコンソーシアムで規定。"
1023 }
1024 ],
1025 "identifer":"ManufacturerCode",
1026 "initialValue":null,
1027 "isArray":false,
1028 "primitive":false,
1029 "propertyCode":138,
1030 "required":[
1031 "RULE_GET"
1032 ],
1033 "size":3,
1034 "type":"manufacturer_code_t",
1035 "unitDescription":null,
1036 "valueDescription":"(ECHONETコンソーシアムで規定。)"
1037 },
1038 {
1039 "access":[
1040 "RULE_GET"
1041 ],
1042 "arrayCount":3,
1043 "description":"事業場コード",
1044 "fields":[
1045
1046 ],
1047 "identifer":"BusinessFacilityCode",
1048 "initialValue":null,
1049 "isArray":true,
1050 "primitive":true,
1051 "propertyCode":139,
1052 "required":[
1053 "NONE"
1054 ],
1055 "size":1,
1056 "type":"uint8_t",
1057 "unitDescription":null,
1058 "valueDescription":"(各メーカ毎に規定。)"
1059 },
1060 {
1061 "access":[
1062 "RULE_GET"
1063 ],
1064 "arrayCount":12,
1065 "description":"商品コード",
1066 "fields":[
1067
1068 ],
1069 "identifer":"ProductCode",
1070 "initialValue":null,
1071 "isArray":true,
1072 "primitive":true,
1073 "propertyCode":140,
1074 "required":[
1075 "NONE"
1076 ],
1077 "size":1,
1078 "type":"uint8_t",
1079 "unitDescription":null,
1080 "valueDescription":"(各メーカ毎に規定。)"
1081 },
1082 {
1083 "access":[
1084 "RULE_GET"
1085 ],
1086 "arrayCount":12,
1087 "description":"製造番号",
1088 "fields":[
1089
1090 ],
1091 "identifer":"ProductionNumber",
1092 "initialValue":null,
1093 "isArray":true,
1094 "primitive":true,
1095 "propertyCode":141,
1096 "required":[
1097 "NONE"
1098 ],
1099 "size":1,
1100 "type":"uint8_t",
1101 "unitDescription":null,
1102 "valueDescription":"(各メーカ毎に規定。)"
1103 },
1104 {
1105 "access":[
1106 "RULE_GET"
1107 ],
1108 "arrayCount":0,
1109 "description":"製造年月日",
1110 "fields":[
1111 {
1112 "arrayCount":0,
1113 "description":"年",
1114 "fields":[
1115
1116 ],
1117 "identifer":"Year",
1118 "initialValue":null,
1119 "isArray":false,
1120 "primitive":true,
1121 "size":2,
1122 "type":"uint16_t",
1123 "unitDescription":"年",
1124 "valueDescription":"0x0001~0x270F(1~9999)"
1125 },
1126 {
1127 "arrayCount":0,
1128 "description":"月",
1129 "fields":[
1130
1131 ],
1132 "identifer":"Mounth",
1133 "initialValue":null,
1134 "isArray":false,
1135 "primitive":true,
1136 "size":1,
1137 "type":"uint8_t",
1138 "unitDescription":"月",
1139 "valueDescription":"0x01~0x0C(1~12)"
1140 },
1141 {
1142 "arrayCount":0,
1143 "description":"日",
1144 "fields":[
1145
1146 ],
1147 "identifer":"Day",
1148 "initialValue":null,
1149 "isArray":false,
1150 "primitive":true,
1151 "size":1,
1152 "type":"uint8_t",
1153 "unitDescription":"日",
1154 "valueDescription":"0x01~0x1F(1~31)"
1155 }
1156 ],
1157 "identifer":"ProductionDate",
1158 "initialValue":null,
1159 "isArray":false,
1160 "primitive":false,
1161 "propertyCode":142,
1162 "required":[
1163 "NONE"
1164 ],
1165 "size":4,
1166 "type":"year_mounth_day_t",
1167 "unitDescription":null,
1168 "valueDescription":""
1169 },
1170 {
1171 "access":[
1172 "RULE_SET",
1173 "RULE_GET"
1174 ],
1175 "arrayCount":0,
1176 "description":"節電動作設定",
1177 "fields":[
1178
1179 ],
1180 "identifer":"PowerSavingOperationSetting",
1181 "initialValue":null,
1182 "isArray":false,
1183 "primitive":true,
1184 "propertyCode":143,
1185 "required":[
1186 "NONE"
1187 ],
1188 "size":1,
1189 "type":"uint8_t",
1190 "unitDescription":null,
1191 "valueDescription":"0x41=節電動作中,0x42=通常動作中"
1192 },
1193 {
1194 "access":[
1195 "RULE_SET",
1196 "RULE_GET"
1197 ],
1198 "arrayCount":0,
1199 "description":"遠隔操作設定",
1200 "fields":[
1201
1202 ],
1203 "identifer":"PositionInformation",
1204 "initialValue":null,
1205 "isArray":false,
1206 "primitive":true,
1207 "propertyCode":147,
1208 "required":[
1209 "NONE"
1210 ],
1211 "size":1,
1212 "type":"uint8_t",
1213 "unitDescription":null,
1214 "valueDescription":"0x41=公衆回線未経由操作,0x42=公衆回線経由操作"
1215 },
1216 {
1217 "access":[
1218 "RULE_SET",
1219 "RULE_GET"
1220 ],
1221 "arrayCount":0,
1222 "description":"現在時刻設定",
1223 "fields":[
1224 {
1225 "arrayCount":0,
1226 "description":"時",
1227 "fields":[
1228
1229 ],
1230 "identifer":"Hour",
1231 "initialValue":null,
1232 "isArray":false,
1233 "primitive":true,
1234 "size":1,
1235 "type":"uint8_t",
1236 "unitDescription":"時",
1237 "valueDescription":"0x00~0x17(0~23)"
1238 },
1239 {
1240 "arrayCount":0,
1241 "description":"分",
1242 "fields":[
1243
1244 ],
1245 "identifer":"Minute",
1246 "initialValue":null,
1247 "isArray":false,
1248 "primitive":true,
1249 "size":1,
1250 "type":"uint8_t",
1251 "unitDescription":"分",
1252 "valueDescription":"0x00~0x3B(0~59)"
1253 }
1254 ],
1255 "identifer":"CurrentTimeSetting",
1256 "initialValue":null,
1257 "isArray":false,
1258 "primitive":false,
1259 "propertyCode":151,
1260 "required":[
1261 "NONE"
1262 ],
1263 "size":2,
1264 "type":"hour_minute_t",
1265 "unitDescription":null,
1266 "valueDescription":""
1267 },
1268 {
1269 "access":[
1270 "RULE_SET",
1271 "RULE_GET"
1272 ],
1273 "arrayCount":0,
1274 "description":"現在年月日設定",
1275 "fields":[
1276 {
1277 "arrayCount":0,
1278 "description":"年",
1279 "fields":[
1280
1281 ],
1282 "identifer":"Year",
1283 "initialValue":null,
1284 "isArray":false,
1285 "primitive":true,
1286 "size":2,
1287 "type":"uint16_t",
1288 "unitDescription":"年",
1289 "valueDescription":"0x0001~0x270F(1~9999)"
1290 },
1291 {
1292 "arrayCount":0,
1293 "description":"月",
1294 "fields":[
1295
1296 ],
1297 "identifer":"Mounth",
1298 "initialValue":null,
1299 "isArray":false,
1300 "primitive":true,
1301 "size":1,
1302 "type":"uint8_t",
1303 "unitDescription":"月",
1304 "valueDescription":"0x01~0x0C(1~12)"
1305 },
1306 {
1307 "arrayCount":0,
1308 "description":"日",
1309 "fields":[
1310
1311 ],
1312 "identifer":"Day",
1313 "initialValue":null,
1314 "isArray":false,
1315 "primitive":true,
1316 "size":1,
1317 "type":"uint8_t",
1318 "unitDescription":"日",
1319 "valueDescription":"0x01~0x1F(1~31)"
1320 }
1321 ],
1322 "identifer":"CurrentDateSetting",
1323 "initialValue":null,
1324 "isArray":false,
1325 "primitive":false,
1326 "propertyCode":152,
1327 "required":[
1328 "NONE"
1329 ],
1330 "size":4,
1331 "type":"year_mounth_day_t",
1332 "unitDescription":null,
1333 "valueDescription":""
1334 },
1335 {
1336 "access":[
1337 "RULE_SET",
1338 "RULE_GET"
1339 ],
1340 "arrayCount":0,
1341 "description":"電力制限設定",
1342 "fields":[
1343
1344 ],
1345 "identifer":"PowerLimitSetting",
1346 "initialValue":null,
1347 "isArray":false,
1348 "primitive":true,
1349 "propertyCode":153,
1350 "required":[
1351 "NONE"
1352 ],
1353 "size":2,
1354 "type":"uint16_t",
1355 "unitDescription":null,
1356 "valueDescription":"0x0000~0xFFFF(0~65535W)"
1357 },
1358 {
1359 "access":[
1360 "RULE_GET"
1361 ],
1362 "arrayCount":0,
1363 "description":"積算運転時間",
1364 "fields":[
1365 {
1366 "arrayCount":0,
1367 "description":"単位",
1368 "fields":[
1369
1370 ],
1371 "identifer":"Unit",
1372 "initialValue":null,
1373 "isArray":false,
1374 "primitive":true,
1375 "size":1,
1376 "type":"uint8_t",
1377 "unitDescription":null,
1378 "valueDescription":"0x41=秒,0x42=分,0x43=時,0x44=日"
1379 },
1380 {
1381 "arrayCount":0,
1382 "description":"経過時間",
1383 "fields":[
1384
1385 ],
1386 "identifer":"ElapsedTime",
1387 "initialValue":null,
1388 "isArray":false,
1389 "primitive":true,
1390 "size":4,
1391 "type":"uint32_t",
1392 "unitDescription":null,
1393 "valueDescription":"0x00000000~0xFFFFFFFF(0~4294967295)"
1394 }
1395 ],
1396 "identifer":"CumulativeOperatingTime",
1397 "initialValue":null,
1398 "isArray":false,
1399 "primitive":false,
1400 "propertyCode":154,
1401 "required":[
1402 "NONE"
1403 ],
1404 "size":5,
1405 "type":"cumulative_operating_time_t",
1406 "unitDescription":null,
1407 "valueDescription":""
1408 },
1409 {
1410 "access":[
1411 "RULE_GET",
1412 "VARIABLE"
1413 ],
1414 "arrayCount":17,
1415 "description":"SetMプロパティマップ",
1416 "fields":[
1417
1418 ],
1419 "identifer":"SetMPropertyMap",
1420 "initialValue":null,
1421 "isArray":true,
1422 "primitive":true,
1423 "propertyCode":155,
1424 "required":[
1425 "RULE_GET"
1426 ],
1427 "size":1,
1428 "type":"uint8_t",
1429 "unitDescription":null,
1430 "valueDescription":"付録1.参照"
1431 },
1432 {
1433 "access":[
1434 "RULE_GET",
1435 "VARIABLE"
1436 ],
1437 "arrayCount":17,
1438 "description":"GetMプロパティマップ",
1439 "fields":[
1440
1441 ],
1442 "identifer":"GetMPropertyMap",
1443 "initialValue":null,
1444 "isArray":true,
1445 "primitive":true,
1446 "propertyCode":156,
1447 "required":[
1448 "RULE_GET"
1449 ],
1450 "size":1,
1451 "type":"uint8_t",
1452 "unitDescription":null,
1453 "valueDescription":"付録1.参照"
1454 },
1455 {
1456 "access":[
1457 "RULE_GET",
1458 "VARIABLE"
1459 ],
1460 "arrayCount":17,
1461 "description":"状変アナウンスプロパティマップ",
1462 "fields":[
1463
1464 ],
1465 "identifer":"StatusChangeAnnouncementPropertyMap",
1466 "initialValue":null,
1467 "isArray":true,
1468 "primitive":true,
1469 "propertyCode":157,
1470 "required":[
1471 "RULE_GET"
1472 ],
1473 "size":1,
1474 "type":"uint8_t",
1475 "unitDescription":null,
1476 "valueDescription":"付録1.参照"
1477 },
1478 {
1479 "access":[
1480 "RULE_GET",
1481 "VARIABLE"
1482 ],
1483 "arrayCount":17,
1484 "description":"Setプロパティマップ",
1485 "fields":[
1486
1487 ],
1488 "identifer":"SetPropertyMap",
1489 "initialValue":null,
1490 "isArray":true,
1491 "primitive":true,
1492 "propertyCode":158,
1493 "required":[
1494 "RULE_GET"
1495 ],
1496 "size":1,
1497 "type":"uint8_t",
1498 "unitDescription":null,
1499 "valueDescription":"付録1.参照"
1500 },
1501 {
1502 "access":[
1503 "RULE_GET",
1504 "VARIABLE"
1505 ],
1506 "arrayCount":17,
1507 "description":"Getプロパティマップ",
1508 "fields":[
1509
1510 ],
1511 "identifer":"GetPropertyMap",
1512 "initialValue":null,
1513 "isArray":true,
1514 "primitive":true,
1515 "propertyCode":159,
1516 "required":[
1517 "RULE_GET"
1518 ],
1519 "size":1,
1520 "type":"uint8_t",
1521 "unitDescription":null,
1522 "valueDescription":"付録1.参照"
1523 }
1524]
Note: See TracBrowser for help on using the repository browser.